home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / corscsi2 / disk2 / dosdrvr.do_ / dosdrvr.do
Encoding:
Text File  |  1992-10-20  |  3.9 KB  |  94 lines

  1. Release notes for DOS driver 10/20/92
  2.  
  3. Using the ScanMaker II with non-Twain applications
  4.  
  5.  
  6. The ScanMaker II for the PC comes with Scan Module, software that
  7. allows the scanner to be used with Twain compliant applications.
  8. You can also use the scanner with applications that are not yet
  9. Twain compliant, such as Picture Publisher and WordScan, by
  10. following these steps.
  11.  
  12. Non Twain-compliant applications require a file called MSCAN.SYS
  13. to be copied onto the hard drive and then added to the CONFIG.SYS
  14. file. However, the newer ScanMaker II scanners cannot but used
  15. with the MSCAN.SYS driver. To use the ScanMaker II, you must use
  16. the software driver called MSCSI.SYS, and then get the
  17. application to work with that software driver.
  18.  
  19. Part 1
  20.  
  21. The first step is to copy the file MSCSI.SYS to your hard drive.
  22. Copy the file to the hard drive+s main directory. If your hard
  23. drive is Drive C, and your floppy is Drive A, then place your
  24. floppy disk in the drive and enter:
  25.  
  26. COPY A:\MSCSI.SYS C:\
  27.  
  28. Once the file is in the root directory, add it to the CONFIG.SYS
  29. file. To add the new line to the CONFIG.SYS file, you can use any
  30. text editor such as EDLIN in DOS, or you can use the Windows
  31. Notepad application. The new line should look like this:
  32.  
  33. device=MSCSI.SYS
  34.  
  35. After adding the line to CONFIG.SYS, reboot your computer.
  36.  
  37. Part 2
  38.  
  39. The ScanMaker II for the PC comes with Scan Module, software that
  40. allows the scanner to be used with Twain compliant applications.
  41. ScanMaker II scanners use a software driver called MSCSI.SYS.
  42. Here is how to use the MSCSI.SYS driver with applications that
  43. are not Twain compliant, and are expecting the MSCAN.SYS driver.
  44.  
  45. The MSCSI.SYS driver is fully backward compatible with the
  46. MSCAN.SYS driver. However, the techniques used for setting the
  47. address with MSCAN.SYS and MSCSI.SYS are different; MSCAN.SYS
  48. uses I/O port addresses, such as 200 and 300, while MSCSI.SYS
  49. uses memory address, like d400 and d000.  In addition, MSCSI.SYS
  50. requires the SCSI ID number information.
  51.  
  52. When asked to enter the I/O port address, enter a code number
  53. that represents the SCSI ID and memory address. For example, if
  54. your ScanMaker II SCSI ID setting is at 6 and the interface card
  55. address is set at dc00, you can find the correct address code in
  56. the following table. Just find where the correct SCSI ID column
  57. intersects with the row containing the interface card address. In
  58. this example, the correct code is 60.
  59.  
  60. With some applications, you may be required to use a 3 digit
  61. number for the I/O address, while the number codes in the table
  62. below are only 2 digits. If this happens, simply put a "2" or "3"
  63. at the beginning of the code number. So in the above example, the
  64. "60" would become "260". The extra number at the beginning has no
  65. effect on the code. It is used only to fool the application.
  66.  
  67. Interface Card      Scanner SCSI ID Number
  68. Address             0    1    2    3    4    5    6    
  69.  
  70. 0xd400              06   05   04   03   02   01   00   
  71. 0xd000              16   15   14   13   12   11   10   
  72. 0xcc00              26   25   24   23   22   21   20   
  73. 0xc800              36   35   34   33   32   31   30   
  74. 0xe400              46   45   44   43   42   41   40   
  75. 0xe000              56   55   54   53   52   51   50   
  76. 0xdc00              66   65   64   63   62   61   60   
  77. 0xd800              76   75   74   73   72   71   70
  78.  
  79. Table 1. The Address and SCSI ID Mapping Table
  80.  
  81. Part 3
  82.  
  83. After you have set up the scanner, you are ready to use the
  84. ScanMaker II. If the application gives you the option of
  85. selecting the ScanMaker II, then choose ScanMaker II. If the
  86. ScanMaker II is not directly supported, you can choose a
  87. different scanner model, such as the 600Z or the 300Z.
  88.  
  89. In the case of Picture Publisher, you should select "600Z." If
  90. you are using WordScan, then choose "Microtek scanners (all)."
  91.  
  92. Once you have selected your scanner, you will be able to use it
  93. inside the application.
  94.